home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GooseheadRace2.swf / scripts / DefineButton2_74 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2001-07-07  |  215 b   |  12 lines

  1. on(release){
  2.    notEnoughMoney._visible = false;
  3.    if(noEntry == true)
  4.    {
  5.       sStart.start();
  6.       UserLevel = 1;
  7.       gotoAndPlay(175);
  8.       AI_TireDiameter = 14;
  9.       BankAcc -= Racec1;
  10.    }
  11. }
  12.